home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / WAVI / DATA.Z / INTRO.ENG < prev    next >
Encoding:
Text File  |  1997-07-03  |  553 b   |  26 lines

  1. % Font    color        Text
  2.  
  3.  
  4.  
  5. define RED    "255 0 0"
  6.  
  7. define BLUE    "0 0 255"
  8.  
  9. define GREY    "128 128 128"
  10.  
  11. define WHITE    "255 255 255"
  12.  
  13.  
  14.  
  15. 0    text    font    WHITE    640 ?  c    "Main Menu"
  16.  
  17.  
  18.  
  19. 1    text    font    BLUE    640 ?  c    "Play a new campagn"
  20.  
  21. 2    instance 2    RED
  22.  
  23. 3    instance 2    GREY
  24.  
  25.  
  26.  
  27. 4    text    font    BLUE    640 ?  c    "Play a single scenerio"
  28.  
  29. 5    instance 4    RED
  30.  
  31. 6    instance 5    GREY
  32.  
  33.  
  34.  
  35. 7    text    font    BLUE    640 ?  c    "Play a network game"
  36.  
  37. 8    instance 7    RED
  38.  
  39. 9    instance 7    GREY
  40.  
  41.  
  42.  
  43. 10    text    font    BLUE    640 ?  c    "Load a game from disk"
  44.  
  45. 11    instance 10    RED    
  46.  
  47. 12    instance 10    GREY
  48.  
  49.  
  50.  
  51.